TypeRepresentation:a.pythonTypeRepresentation
  PyFunctionTypeRepresentation
    PyParameterListRepresentation
      PsiElement(Py:LPAR)('(')
      PyNamedParameterTypeRepresentation('x')
        PsiElement(Py:IDENTIFIER)('x')
        PsiElement(Py:COLON)(':')
        PsiWhiteSpace(' ')
        PyReferenceExpression: int
          PsiElement(Py:IDENTIFIER)('int')
      PsiElement(Py:RPAR)(')')
    PsiWhiteSpace(' ')
    PsiElement(Py:RARROW)('->')
    PsiWhiteSpace(' ')
    PyReferenceExpression: str
      PsiElement(Py:IDENTIFIER)('str')